home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / K-6 / A-L / Alphabet.sit / Alphabet / Alphabet / background_2793.txt < prev    next >
Encoding:
Text File  |  1992-07-06  |  22.0 KB  |  1,155 lines

  1. -- background: 2793 from stack: in
  2. -- bmap block id: 3262
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseup
  8.   global SayWord
  9.   go card SayWord
  10.   talk Sayword, 150, 100
  11.   wait 30 ticks
  12.   put "" into SayWord
  13. end mouseup
  14.  
  15.  
  16.  
  17. -- part 4 (button)
  18. -- low flags: 00
  19. -- high flags: A003
  20. -- rect: left=391 top=1 right=31 bottom=426
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: A
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   global SayWord
  32.   put "Aaye" into SayWord
  33.   go card SayWord
  34.   pass mouseup
  35. end mouseUp
  36.  
  37.  
  38.  
  39. -- part 5 (button)
  40. -- low flags: 00
  41. -- high flags: A003
  42. -- rect: left=431 top=1 right=31 bottom=466
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: B
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   global SayWord
  54.   put the short name of me into SayWord
  55.   go card SayWord
  56.   pass mouseup
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 6 (button)
  62. -- low flags: 00
  63. -- high flags: A003
  64. -- rect: left=471 top=1 right=31 bottom=506
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: C
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   global SayWord
  76.   put the short name of me into SayWord
  77.   pass mouseup
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 7 (button)
  83. -- low flags: 00
  84. -- high flags: A003
  85. -- rect: left=391 top=34 right=64 bottom=426
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: D
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   global SayWord
  97.   put the short name of me into SayWord
  98.   pass mouseup
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 8 (button)
  104. -- low flags: 00
  105. -- high flags: A003
  106. -- rect: left=431 top=34 right=64 bottom=466
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: E
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   global SayWord
  118.   put the short name of me into SayWord
  119.   pass mouseup
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 9 (button)
  125. -- low flags: 00
  126. -- high flags: A003
  127. -- rect: left=471 top=34 right=64 bottom=506
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: F
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   global SayWord
  139.   put the short name of me into SayWord
  140.   pass mouseup
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 10 (button)
  146. -- low flags: 00
  147. -- high flags: A003
  148. -- rect: left=391 top=67 right=97 bottom=426
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: G
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   global SayWord
  160.   put the short name of me into SayWord
  161.   pass mouseup
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 11 (button)
  167. -- low flags: 00
  168. -- high flags: A003
  169. -- rect: left=431 top=67 right=97 bottom=466
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: H
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   global SayWord
  181.   put the short name of me into SayWord
  182.   pass mouseup
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 12 (button)
  188. -- low flags: 00
  189. -- high flags: A003
  190. -- rect: left=471 top=67 right=97 bottom=506
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: I
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   global SayWord
  202.   put the short name of me into SayWord
  203.   pass mouseup
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 13 (button)
  209. -- low flags: 00
  210. -- high flags: A003
  211. -- rect: left=391 top=100 right=130 bottom=426
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: J
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   global SayWord
  223.   put the short name of me into SayWord
  224.   pass mouseup
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 14 (button)
  230. -- low flags: 00
  231. -- high flags: A003
  232. -- rect: left=431 top=100 right=130 bottom=466
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: K
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   global SayWord
  244.   put the short name of me into SayWord
  245.   pass mouseup
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part 15 (button)
  251. -- low flags: 00
  252. -- high flags: A003
  253. -- rect: left=471 top=100 right=130 bottom=506
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: L
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   global SayWord
  265.   put the short name of me into SayWord
  266.   pass mouseup
  267. end mouseUp
  268.  
  269.  
  270.  
  271. -- part 16 (button)
  272. -- low flags: 00
  273. -- high flags: A003
  274. -- rect: left=391 top=133 right=163 bottom=426
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: M
  283. ----- HyperTalk script -----
  284. on mouseUp
  285.   global SayWord
  286.   put the short name of me into SayWord
  287.   pass mouseup
  288. end mouseUp
  289.  
  290.  
  291.  
  292. -- part 17 (button)
  293. -- low flags: 00
  294. -- high flags: A003
  295. -- rect: left=431 top=133 right=163 bottom=466
  296. -- title width / last selected line: 0
  297. -- icon id / first selected line: 0 / 0
  298. -- text alignment: 1
  299. -- font id: 0
  300. -- text size: 12
  301. -- style flags: 0
  302. -- line height: 16
  303. -- part name: N
  304. ----- HyperTalk script -----
  305. on mouseUp
  306.   global SayWord
  307.   put the short name of me into SayWord
  308.   pass mouseup
  309. end mouseUp
  310.  
  311.  
  312.  
  313. -- part 18 (button)
  314. -- low flags: 00
  315. -- high flags: A003
  316. -- rect: left=471 top=133 right=163 bottom=506
  317. -- title width / last selected line: 0
  318. -- icon id / first selected line: 0 / 0
  319. -- text alignment: 1
  320. -- font id: 0
  321. -- text size: 12
  322. -- style flags: 0
  323. -- line height: 16
  324. -- part name: O
  325. ----- HyperTalk script -----
  326. on mouseUp
  327.   global SayWord
  328.   put the short name of me into SayWord
  329.   pass mouseup
  330. end mouseUp
  331.  
  332.  
  333.  
  334. -- part 19 (button)
  335. -- low flags: 00
  336. -- high flags: A003
  337. -- rect: left=391 top=166 right=196 bottom=426
  338. -- title width / last selected line: 0
  339. -- icon id / first selected line: 0 / 0
  340. -- text alignment: 1
  341. -- font id: 0
  342. -- text size: 12
  343. -- style flags: 0
  344. -- line height: 16
  345. -- part name: P
  346. ----- HyperTalk script -----
  347. on mouseUp
  348.   global SayWord
  349.   put the short name of me into SayWord
  350.   pass mouseup
  351. end mouseUp
  352.  
  353.  
  354.  
  355. -- part 20 (button)
  356. -- low flags: 00
  357. -- high flags: A003
  358. -- rect: left=431 top=166 right=196 bottom=466
  359. -- title width / last selected line: 0
  360. -- icon id / first selected line: 0 / 0
  361. -- text alignment: 1
  362. -- font id: 0
  363. -- text size: 12
  364. -- style flags: 0
  365. -- line height: 16
  366. -- part name: Q
  367. ----- HyperTalk script -----
  368. on mouseUp
  369.   global SayWord
  370.   put the short name of me into SayWord
  371.   pass mouseup
  372. end mouseUp
  373.  
  374.  
  375.  
  376. -- part 21 (button)
  377. -- low flags: 00
  378. -- high flags: A003
  379. -- rect: left=471 top=166 right=196 bottom=506
  380. -- title width / last selected line: 0
  381. -- icon id / first selected line: 0 / 0
  382. -- text alignment: 1
  383. -- font id: 0
  384. -- text size: 12
  385. -- style flags: 0
  386. -- line height: 16
  387. -- part name: R
  388. ----- HyperTalk script -----
  389. on mouseUp
  390.   global SayWord
  391.   put the short name of me into SayWord
  392.   pass mouseup
  393. end mouseUp
  394.  
  395.  
  396.  
  397. -- part 22 (button)
  398. -- low flags: 00
  399. -- high flags: A003
  400. -- rect: left=391 top=199 right=229 bottom=426
  401. -- title width / last selected line: 0
  402. -- icon id / first selected line: 0 / 0
  403. -- text alignment: 1
  404. -- font id: 0
  405. -- text size: 12
  406. -- style flags: 0
  407. -- line height: 16
  408. -- part name: S
  409. ----- HyperTalk script -----
  410. on mouseUp
  411.   global SayWord
  412.   put the short name of me into SayWord
  413.   pass mouseup
  414. end mouseUp
  415.  
  416.  
  417.  
  418. -- part 23 (button)
  419. -- low flags: 00
  420. -- high flags: A003
  421. -- rect: left=431 top=199 right=229 bottom=466
  422. -- title width / last selected line: 0
  423. -- icon id / first selected line: 0 / 0
  424. -- text alignment: 1
  425. -- font id: 0
  426. -- text size: 12
  427. -- style flags: 0
  428. -- line height: 16
  429. -- part name: T
  430. ----- HyperTalk script -----
  431. on mouseUp
  432.   global SayWord
  433.   put the short name of me into SayWord
  434.   pass mouseup
  435. end mouseUp
  436.  
  437.  
  438.  
  439. -- part 24 (button)
  440. -- low flags: 00
  441. -- high flags: A003
  442. -- rect: left=471 top=199 right=229 bottom=506
  443. -- title width / last selected line: 0
  444. -- icon id / first selected line: 0 / 0
  445. -- text alignment: 1
  446. -- font id: 0
  447. -- text size: 12
  448. -- style flags: 0
  449. -- line height: 16
  450. -- part name: U
  451. ----- HyperTalk script -----
  452. on mouseUp
  453.   global SayWord
  454.   put the short name of me into SayWord
  455.   pass mouseup
  456. end mouseUp
  457.  
  458.  
  459.  
  460. -- part 25 (button)
  461. -- low flags: 00
  462. -- high flags: A003
  463. -- rect: left=391 top=232 right=262 bottom=426
  464. -- title width / last selected line: 0
  465. -- icon id / first selected line: 0 / 0
  466. -- text alignment: 1
  467. -- font id: 0
  468. -- text size: 12
  469. -- style flags: 0
  470. -- line height: 16
  471. -- part name: V
  472. ----- HyperTalk script -----
  473. on mouseUp
  474.   global SayWord
  475.   put the short name of me into SayWord
  476.   pass mouseup
  477. end mouseUp
  478.  
  479.  
  480.  
  481. -- part 26 (button)
  482. -- low flags: 00
  483. -- high flags: A003
  484. -- rect: left=431 top=232 right=262 bottom=466
  485. -- title width / last selected line: 0
  486. -- icon id / first selected line: 0 / 0
  487. -- text alignment: 1
  488. -- font id: 0
  489. -- text size: 12
  490. -- style flags: 0
  491. -- line height: 16
  492. -- part name: W
  493. ----- HyperTalk script -----
  494. on mouseUp
  495.   global SayWord
  496.   put the short name of me into SayWord
  497.   pass mouseup
  498. end mouseUp
  499.  
  500.  
  501.  
  502. -- part 27 (button)
  503. -- low flags: 00
  504. -- high flags: A003
  505. -- rect: left=471 top=232 right=262 bottom=506
  506. -- title width / last selected line: 0
  507. -- icon id / first selected line: 0 / 0
  508. -- text alignment: 1
  509. -- font id: 0
  510. -- text size: 12
  511. -- style flags: 0
  512. -- line height: 16
  513. -- part name: X
  514. ----- HyperTalk script -----
  515. on mouseUp
  516.   global SayWord
  517.   put the short name of me into SayWord
  518.   pass mouseup
  519. end mouseUp
  520.  
  521.  
  522.  
  523. -- part 28 (button)
  524. -- low flags: 00
  525. -- high flags: A003
  526. -- rect: left=391 top=265 right=295 bottom=426
  527. -- title width / last selected line: 0
  528. -- icon id / first selected line: 0 / 0
  529. -- text alignment: 1
  530. -- font id: 0
  531. -- text size: 12
  532. -- style flags: 0
  533. -- line height: 16
  534. -- part name: Y
  535. ----- HyperTalk script -----
  536. on mouseUp
  537.   global SayWord
  538.   put the short name of me into SayWord
  539.   pass mouseup
  540. end mouseUp
  541.  
  542.  
  543.  
  544. -- part 29 (button)
  545. -- low flags: 00
  546. -- high flags: A003
  547. -- rect: left=431 top=265 right=295 bottom=466
  548. -- title width / last selected line: 0
  549. -- icon id / first selected line: 0 / 0
  550. -- text alignment: 1
  551. -- font id: 0
  552. -- text size: 12
  553. -- style flags: 0
  554. -- line height: 16
  555. -- part name: Z
  556. ----- HyperTalk script -----
  557. on mouseUp
  558.   global SayWord
  559.   put "zed" into SayWord
  560.   pass mouseup
  561. end mouseUp
  562.  
  563.  
  564.  
  565. -- part 30 (button)
  566. -- low flags: 00
  567. -- high flags: A003
  568. -- rect: left=471 top=265 right=295 bottom=506
  569. -- title width / last selected line: 0
  570. -- icon id / first selected line: 0 / 0
  571. -- text alignment: 1
  572. -- font id: 0
  573. -- text size: 12
  574. -- style flags: 0
  575. -- line height: 16
  576. -- part name: ALL
  577. ----- HyperTalk script -----
  578. on mouseUp
  579.   repeat with pick = 1 to 26
  580.     add 64 to pick
  581.     put NumToChar(pick) into pick
  582.     if pick = "Z" then put "Zed" into pick
  583.     if pick = "A" then put "Aaye" into pick
  584.     go card pick
  585.     talk pick,150,100
  586.     wait 60 ticks
  587.   end repeat
  588. end mouseUp
  589.  
  590.  
  591. -- part 31 (button)
  592. -- low flags: 00
  593. -- high flags: A003
  594. -- rect: left=3 top=5 right=35 bottom=38
  595. -- title width / last selected line: 0
  596. -- icon id / first selected line: 0 / 0
  597. -- text alignment: 1
  598. -- font id: 0
  599. -- text size: 12
  600. -- style flags: 0
  601. -- line height: 16
  602. -- part name: 1
  603. ----- HyperTalk script -----
  604. on mouseUp
  605.   global SayWord
  606.   put "ONE" into SayWord
  607.   pass mouseup
  608. end mouseUp
  609.  
  610.  
  611.  
  612. -- part 32 (button)
  613. -- low flags: 00
  614. -- high flags: A003
  615. -- rect: left=3 top=39 right=69 bottom=38
  616. -- title width / last selected line: 0
  617. -- icon id / first selected line: 0 / 0
  618. -- text alignment: 1
  619. -- font id: 0
  620. -- text size: 12
  621. -- style flags: 0
  622. -- line height: 16
  623. -- part name: 2
  624. ----- HyperTalk script -----
  625. on mouseUp
  626.   global SayWord
  627.   put "TWO" into SayWord
  628.   pass mouseup
  629. end mouseUp
  630.  
  631.  
  632.  
  633. -- part 33 (button)
  634. -- low flags: 00
  635. -- high flags: A003
  636. -- rect: left=3 top=73 right=103 bottom=38
  637. -- title width / last selected line: 0
  638. -- icon id / first selected line: 0 / 0
  639. -- text alignment: 1
  640. -- font id: 0
  641. -- text size: 12
  642. -- style flags: 0
  643. -- line height: 16
  644. -- part name: 3
  645. ----- HyperTalk script -----
  646. on mouseUp
  647.   global SayWord
  648.   put "THREE" into SayWord
  649.   pass mouseup
  650. end mouseUp
  651.  
  652.  
  653.  
  654. -- part 34 (button)
  655. -- low flags: 00
  656. -- high flags: A003
  657. -- rect: left=3 top=107 right=137 bottom=38
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 0 / 0
  660. -- text alignment: 1
  661. -- font id: 0
  662. -- text size: 12
  663. -- style flags: 0
  664. -- line height: 16
  665. -- part name: 4
  666. ----- HyperTalk script -----
  667. on mouseUp
  668.   global SayWord
  669.   put "FOUR" into SayWord
  670.   pass mouseup
  671. end mouseUp
  672.  
  673.  
  674.  
  675. -- part 35 (button)
  676. -- low flags: 00
  677. -- high flags: A003
  678. -- rect: left=3 top=141 right=171 bottom=38
  679. -- title width / last selected line: 0
  680. -- icon id / first selected line: 0 / 0
  681. -- text alignment: 1
  682. -- font id: 0
  683. -- text size: 12
  684. -- style flags: 0
  685. -- line height: 16
  686. -- part name: 5
  687. ----- HyperTalk script -----
  688. on mouseUp
  689.   global SayWord
  690.   put "FIVE" into SayWord
  691.   pass mouseup
  692. end mouseUp
  693.  
  694.  
  695.  
  696. -- part 36 (button)
  697. -- low flags: 00
  698. -- high flags: A003
  699. -- rect: left=3 top=175 right=205 bottom=38
  700. -- title width / last selected line: 0
  701. -- icon id / first selected line: 0 / 0
  702. -- text alignment: 1
  703. -- font id: 0
  704. -- text size: 12
  705. -- style flags: 0
  706. -- line height: 16
  707. -- part name: 6
  708. ----- HyperTalk script -----
  709. on mouseUp
  710.   global SayWord
  711.   put "SIX" into SayWord
  712.   pass mouseup
  713. end mouseUp
  714.  
  715.  
  716.  
  717. -- part 37 (button)
  718. -- low flags: 00
  719. -- high flags: A003
  720. -- rect: left=3 top=209 right=239 bottom=38
  721. -- title width / last selected line: 0
  722. -- icon id / first selected line: 0 / 0
  723. -- text alignment: 1
  724. -- font id: 0
  725. -- text size: 12
  726. -- style flags: 0
  727. -- line height: 16
  728. -- part name: 7
  729. ----- HyperTalk script -----
  730. on mouseUp
  731.   global SayWord
  732.   put "SEVEN" into SayWord
  733.   pass mouseup
  734. end mouseUp
  735.  
  736.  
  737.  
  738. -- part 38 (button)
  739. -- low flags: 00
  740. -- high flags: A003
  741. -- rect: left=3 top=243 right=273 bottom=38
  742. -- title width / last selected line: 0
  743. -- icon id / first selected line: 0 / 0
  744. -- text alignment: 1
  745. -- font id: 0
  746. -- text size: 12
  747. -- style flags: 0
  748. -- line height: 16
  749. -- part name: 8
  750. ----- HyperTalk script -----
  751. on mouseUp
  752.   global SayWord
  753.   put "EIGHT" into SayWord
  754.   pass mouseup
  755. end mouseUp
  756.  
  757.  
  758.  
  759. -- part 39 (button)
  760. -- low flags: 00
  761. -- high flags: A003
  762. -- rect: left=3 top=277 right=307 bottom=38
  763. -- title width / last selected line: 0
  764. -- icon id / first selected line: 0 / 0
  765. -- text alignment: 1
  766. -- font id: 0
  767. -- text size: 12
  768. -- style flags: 0
  769. -- line height: 16
  770. -- part name: 9
  771. ----- HyperTalk script -----
  772. on mouseUp
  773.   global SayWord
  774.   put "NINE" into SayWord
  775.   pass mouseup
  776. end mouseUp
  777.  
  778.  
  779.  
  780. -- part 40 (button)
  781. -- low flags: 00
  782. -- high flags: A003
  783. -- rect: left=3 top=311 right=341 bottom=38
  784. -- title width / last selected line: 0
  785. -- icon id / first selected line: 0 / 0
  786. -- text alignment: 1
  787. -- font id: 0
  788. -- text size: 12
  789. -- style flags: 0
  790. -- line height: 16
  791. -- part name: 10
  792. ----- HyperTalk script -----
  793. on mouseUp
  794.   global SayWord
  795.   put "TEN" into SayWord
  796.   pass mouseup
  797. end mouseUp
  798.  
  799.  
  800.  
  801. -- part 41 (button)
  802. -- low flags: 00
  803. -- high flags: A003
  804. -- rect: left=41 top=311 right=341 bottom=76
  805. -- title width / last selected line: 0
  806. -- icon id / first selected line: 0 / 0
  807. -- text alignment: 1
  808. -- font id: 0
  809. -- text size: 12
  810. -- style flags: 0
  811. -- line height: 16
  812. -- part name: 11
  813. ----- HyperTalk script -----
  814. on mouseUp
  815.   global SayWord
  816.   put "ELEVEN" into SayWord
  817.   pass mouseup
  818. end mouseUp
  819.  
  820.  
  821.  
  822. -- part 42 (button)
  823. -- low flags: 00
  824. -- high flags: A003
  825. -- rect: left=79 top=311 right=341 bottom=114
  826. -- title width / last selected line: 0
  827. -- icon id / first selected line: 0 / 0
  828. -- text alignment: 1
  829. -- font id: 0
  830. -- text size: 12
  831. -- style flags: 0
  832. -- line height: 16
  833. -- part name: 12
  834. ----- HyperTalk script -----
  835. on mouseUp
  836.   global SayWord
  837.   put "TWELVE" into SayWord
  838.   pass mouseup
  839. end mouseUp
  840.  
  841.  
  842.  
  843. -- part 43 (button)
  844. -- low flags: 00
  845. -- high flags: A003
  846. -- rect: left=117 top=311 right=341 bottom=152
  847. -- title width / last selected line: 0
  848. -- icon id / first selected line: 0 / 0
  849. -- text alignment: 1
  850. -- font id: 0
  851. -- text size: 12
  852. -- style flags: 0
  853. -- line height: 16
  854. -- part name: 13
  855. ----- HyperTalk script -----
  856. on mouseUp
  857.   global SayWord
  858.   put "THIRTEEN" into SayWord
  859.   pass mouseup
  860. end mouseUp
  861.  
  862.  
  863.  
  864. -- part 44 (button)
  865. -- low flags: 00
  866. -- high flags: A003
  867. -- rect: left=155 top=311 right=341 bottom=190
  868. -- title width / last selected line: 0
  869. -- icon id / first selected line: 0 / 0
  870. -- text alignment: 1
  871. -- font id: 0
  872. -- text size: 12
  873. -- style flags: 0
  874. -- line height: 16
  875. -- part name: 14
  876. ----- HyperTalk script -----
  877. on mouseUp
  878.   global SayWord
  879.   put "FOURTEEN" into SayWord
  880.   pass mouseup
  881. end mouseUp
  882.  
  883.  
  884.  
  885. -- part 45 (button)
  886. -- low flags: 00
  887. -- high flags: A003
  888. -- rect: left=193 top=311 right=341 bottom=228
  889. -- title width / last selected line: 0
  890. -- icon id / first selected line: 0 / 0
  891. -- text alignment: 1
  892. -- font id: 0
  893. -- text size: 12
  894. -- style flags: 0
  895. -- line height: 16
  896. -- part name: 15
  897. ----- HyperTalk script -----
  898. on mouseUp
  899.   global SayWord
  900.   put "FIFTEEN" into SayWord
  901.   pass mouseup
  902. end mouseUp
  903.  
  904.  
  905.  
  906. -- part 46 (button)
  907. -- low flags: 00
  908. -- high flags: A003
  909. -- rect: left=231 top=311 right=341 bottom=266
  910. -- title width / last selected line: 0
  911. -- icon id / first selected line: 0 / 0
  912. -- text alignment: 1
  913. -- font id: 0
  914. -- text size: 12
  915. -- style flags: 0
  916. -- line height: 16
  917. -- part name: 16
  918. ----- HyperTalk script -----
  919. on mouseUp
  920.   global SayWord
  921.   put "SIXTEEN" into SayWord
  922.   pass mouseup
  923. end mouseUp
  924.  
  925.  
  926.  
  927. -- part 47 (button)
  928. -- low flags: 00
  929. -- high flags: A003
  930. -- rect: left=269 top=311 right=341 bottom=304
  931. -- title width / last selected line: 0
  932. -- icon id / first selected line: 0 / 0
  933. -- text alignment: 1
  934. -- font id: 0
  935. -- text size: 12
  936. -- style flags: 0
  937. -- line height: 16
  938. -- part name: 17
  939. ----- HyperTalk script -----
  940. on mouseUp
  941.   global SayWord
  942.   put "SEVENTEEN" into SayWord
  943.   pass mouseup
  944. end mouseUp
  945.  
  946.  
  947.  
  948. -- part 48 (button)
  949. -- low flags: 00
  950. -- high flags: A003
  951. -- rect: left=307 top=311 right=341 bottom=342
  952. -- title width / last selected line: 0
  953. -- icon id / first selected line: 0 / 0
  954. -- text alignment: 1
  955. -- font id: 0
  956. -- text size: 12
  957. -- style flags: 0
  958. -- line height: 16
  959. -- part name: 18
  960. ----- HyperTalk script -----
  961. on mouseUp
  962.   global SayWord
  963.   put "EIGHTTEEN" into SayWord
  964.   pass mouseup
  965. end mouseUp
  966.  
  967.  
  968.  
  969. -- part 49 (button)
  970. -- low flags: 00
  971. -- high flags: A003
  972. -- rect: left=345 top=311 right=341 bottom=380
  973. -- title width / last selected line: 0
  974. -- icon id / first selected line: 0 / 0
  975. -- text alignment: 1
  976. -- font id: 0
  977. -- text size: 12
  978. -- style flags: 0
  979. -- line height: 16
  980. -- part name: 19
  981. ----- HyperTalk script -----
  982. on mouseUp
  983.   global SayWord
  984.   put "NINE TEEN" into SayWord
  985.   pass mouseup
  986. end mouseUp
  987.  
  988.  
  989.  
  990. -- part 50 (button)
  991. -- low flags: 00
  992. -- high flags: A003
  993. -- rect: left=383 top=311 right=341 bottom=418
  994. -- title width / last selected line: 0
  995. -- icon id / first selected line: 0 / 0
  996. -- text alignment: 1
  997. -- font id: 0
  998. -- text size: 12
  999. -- style flags: 0
  1000. -- line height: 16
  1001. -- part name: 20
  1002. ----- HyperTalk script -----
  1003. on mouseUp
  1004.   global SayWord
  1005.   put "TWENTY" into SayWord
  1006.   pass mouseup
  1007. end mouseUp
  1008.  
  1009.  
  1010.  
  1011. -- part 51 (button)
  1012. -- low flags: 00
  1013. -- high flags: A003
  1014. -- rect: left=421 top=311 right=341 bottom=456
  1015. -- title width / last selected line: 0
  1016. -- icon id / first selected line: 0 / 0
  1017. -- text alignment: 1
  1018. -- font id: 0
  1019. -- text size: 12
  1020. -- style flags: 0
  1021. -- line height: 16
  1022. -- part name: 30
  1023. ----- HyperTalk script -----
  1024. on mouseUp
  1025.   global SayWord
  1026.   put "THIRTY" into SayWord
  1027.   pass mouseup
  1028. end mouseUp
  1029.  
  1030.  
  1031.  
  1032. -- part 52 (button)
  1033. -- low flags: 00
  1034. -- high flags: A003
  1035. -- rect: left=459 top=311 right=341 bottom=494
  1036. -- title width / last selected line: 0
  1037. -- icon id / first selected line: 0 / 0
  1038. -- text alignment: 1
  1039. -- font id: 0
  1040. -- text size: 12
  1041. -- style flags: 0
  1042. -- line height: 16
  1043. -- part name: 40
  1044. ----- HyperTalk script -----
  1045. on mouseUp
  1046.   global SayWord
  1047.   put "FORTY" into SayWord
  1048.   pass mouseup
  1049. end mouseUp
  1050.  
  1051.  
  1052.  
  1053. -- part 54 (field)
  1054. -- low flags: 01
  1055. -- high flags: 0001
  1056. -- rect: left=151 top=271 right=304 bottom=386
  1057. -- title width / last selected line: 0
  1058. -- icon id / first selected line: 0 / 0
  1059. -- text alignment: 1
  1060. -- font id: 3
  1061. -- text size: 24
  1062. -- style flags: 0
  1063. -- line height: 32
  1064. -- part name: Animal
  1065. ----- HyperTalk script -----
  1066. on mouseUp
  1067.   global SayWord
  1068.   if bkgnd fld "Phonetics" is empty then
  1069.     put me into SayWord
  1070.   else
  1071.     put bkgnd fld "Phonetics" into SayWord
  1072.   end if
  1073.   pass mouseup
  1074. end mouseUp
  1075.  
  1076.  
  1077.  
  1078. -- part 56 (field)
  1079. -- low flags: 80
  1080. -- high flags: 0000
  1081. -- rect: left=46 top=281 right=304 bottom=188
  1082. -- title width / last selected line: 0
  1083. -- icon id / first selected line: 0 / 0
  1084. -- text alignment: 0
  1085. -- font id: 3
  1086. -- text size: 12
  1087. -- style flags: 0
  1088. -- line height: 16
  1089. -- part name: Phonetics
  1090.  
  1091.  
  1092. -- part 58 (button)
  1093. -- low flags: 00
  1094. -- high flags: 2003
  1095. -- rect: left=351 top=1 right=31 bottom=386
  1096. -- title width / last selected line: 0
  1097. -- icon id / first selected line: 20098 / 20098
  1098. -- text alignment: 1
  1099. -- font id: 0
  1100. -- text size: 12
  1101. -- style flags: 0
  1102. -- line height: 16
  1103. -- part name: Home
  1104. ----- HyperTalk script -----
  1105. on mouseUp
  1106.   go home
  1107. end mouseUp
  1108.  
  1109.  
  1110. -- part 59 (button)
  1111. -- low flags: 00
  1112. -- high flags: 0000
  1113. -- rect: left=60 top=36 right=302 bottom=377
  1114. -- title width / last selected line: 0
  1115. -- icon id / first selected line: 0 / 0
  1116. -- text alignment: 1
  1117. -- font id: 0
  1118. -- text size: 12
  1119. -- style flags: 0
  1120. -- line height: 16
  1121. -- part name: Word
  1122. ----- HyperTalk script -----
  1123. on mouseUp
  1124.   global SayWord
  1125.   if bkgnd fld "Phonetics" is empty then
  1126.     put bkgnd fld "Animal" into SayWord
  1127.   else
  1128.     put bkgnd fld "Phonetics" into SayWord
  1129.   end if
  1130.   pass mouseup
  1131. end mouseUp
  1132.  
  1133.  
  1134.  
  1135. -- part 55 (field)
  1136. -- low flags: 01
  1137. -- high flags: 2002
  1138. -- rect: left=307 top=47 right=89 bottom=359
  1139. -- title width / last selected line: 0
  1140. -- icon id / first selected line: 0 / 0
  1141. -- text alignment: 1
  1142. -- font id: 3
  1143. -- text size: 24
  1144. -- style flags: 256
  1145. -- line height: 32
  1146. -- part name: Letter
  1147. ----- HyperTalk script -----
  1148. on mouseUp
  1149.   global SayWord
  1150.   put me into SayWord
  1151.   if SayWord = "Z" then put "Zed" into SayWord
  1152.   pass mouseup
  1153. end mouseUp
  1154.  
  1155.